Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase<T> Class
The type of elements in the list.
Members


In This Topic
    ListBase<T> Class
    In This Topic
    Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.
    Syntax
    'Declaration
     
    
    Public Class ListBase(Of T) 
    'Usage
     
    
    Dim instance As ListBase(Of T)
    public class ListBase<T> 
    Type Parameters
    T
    The type of elements in the list.
    Inheritance Hierarchy
    See Also